Skip to main content

All Questions

1vote
0answers
28views

How to build a model with variables whose effects might be delayed?

As a personal project, I want to see how certain lifestyle choices (such as alcohol consumption, exercise time, hours worked/slept, time I get up and go to sleep) affect my mood. While I know the ...
Dave Moutardier's user avatar
1vote
2answers
103views

Which data science model is best for explainability for prediction problems?

Imagine you have to create a model to explain to stakeholders e.g. to predict price, weight, sales etc.. Which regression models offer the best in terms of explainability and interprability? ... Which ...
Maths12's user avatar
0votes
2answers
886views

Logistic regression threshold value

How can i set the threshold value for the target variable. For example if a target variable is chance_of_admit and it has values from 0 to 1, how can I pick a value and so that I can convert it to 0's ...
user12490809's user avatar
1vote
2answers
1kviews

Prediction interval for general non-linear regression

I have been working on a predictive model. With each prediction, we need to provide a score to express the confidence about our prediction. So I am looking at prediction interval (PI). In linear ...
user62198's user avatar

close